How to set the cursor to wait in JavaScript?
3818
01-Aug-2012
Updated on 23-Sep-2020
AVADHESH PATEL
01-Aug-2012The cursor can set to wait in JavaScript by using the property ‘cursor’ property. The following example illustrates the usage.
window.document.body.style.cursor = "wait";